* babl/babl-classes.h: make _Babl be a typedef and not a union that
gets included and defined for every single object generated.
Fixes bug #409781.
svn path=/trunk/; revision=225
+2007-02-22 Øyvind Kolås <pippin@gimp.org>
+
+ * babl/babl-classes.h: make _Babl be a typedef and not a union that
+ gets included and defined for every single object generated.
+ Fixes bug #409781.
+
2007-02-18 Øyvind Kolås <pippin@gimp.org>
* configure.ac: post release increment to 0.0.15
void (*destroy) (void);
} BablExtension;
-union _Babl
+typedef union _Babl
{
BablClassType class_type;
BablInstance instance;